xen/arm: introduce CDF_staticmem
authorPenny Zheng <Penny.Zheng@arm.com>
Tue, 6 Sep 2022 07:39:15 +0000 (15:39 +0800)
committerJulien Grall <jgrall@amazon.com>
Tue, 6 Sep 2022 16:53:35 +0000 (17:53 +0100)
commit5ebd3da7c95d1320e3005105d0163652d3f271b5
treec177825a4a4d2f81c3b3ba61291c871c5253b4ca
parentd58b6aef96968facad5867513fdca262c68d48a4
xen/arm: introduce CDF_staticmem

In order to have an easy and quick way to find out whether this domain memory
is statically configured, this commit introduces a new flag CDF_staticmem and a
new helper is_domain_using_staticmem() to tell.

Signed-off-by: Penny Zheng <penny.zheng@arm.com>
Acked-by: Julien Grall <jgrall@amazon.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/arm/domain_build.c
xen/include/xen/domain.h